BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

BeforeDelete event

This event occurs just before the object is deleted.

Syntax

Private Sub AMUIExtension_BeforeDelete(
          ByVal Object As Object,
          Abort As Boolean)
Parameters
Name Description

Object

The object that will be deleted.

Abort

Setting this argument to True will abort the delete operation. The AfterDelete event will not occur.

Remarks

For documents the equivalent VBScript event is the Delete script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.

Copyright © 2000-2013 BlueCielo ECM Solutions